home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 11,000 to 11,999 / 11000.zip / AOLDLs / Terminals & WIN-Clients / Telemate Win v1.00 / TMW.arj / GENESIS.TW_ < prev    next >
Text File  |  1996-09-05  |  419b  |  23 lines

  1. ;
  2. ; GENESIS.SCR is a logon script file for Genesis BBS
  3. ;
  4.  
  5. string Phone
  6. Phone = "1234"               ; last 4 digits
  7.  
  8. Set AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; wait until string matched
  10.  
  11. When "-More-(Y,N,C): ","n"
  12. When "<Press A Key>","^M"
  13.  
  14. Waitfor "[>"
  15. Put "^!"
  16.  
  17. Waitfor "Enter Password: "
  18. Put "^&"
  19.  
  20. Waitfor "digits of your phone #: "
  21. Put Phone
  22.  
  23.